Nevron.Diagram.Shapes Namespace / NShapesFactory Class / CreateCenterAndVerticesPorts Method / CreateCenterAndVerticesPorts(NShape,NPointF,NPointF[]) Method


CreateCenterAndVerticesPorts(NShape,NPointF,NPointF[]) Method
Syntax
'Declaration
 
Protected Overloads Overridable Sub CreateCenterAndVerticesPorts( _
   ByVal shape As NShape, _
   ByVal center As NPointF, _
   ByVal vertices() As NPointF _
) 
 
'Usage
 
Dim instance As NShapesFactory
Dim shape As NShape
Dim center As NPointF
Dim vertices() As NPointF
 
instance.CreateCenterAndVerticesPorts(shape, center, vertices)

Parameters

shape
center
vertices
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also